projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d983e08
)
; tweak doc
author
Sam Steingold
<sds@gnu.org>
Thu, 13 Jan 2022 17:13:30 +0000
(12:13 -0500)
committer
Sam Steingold
<sds@gnu.org>
Thu, 13 Jan 2022 17:13:41 +0000
(12:13 -0500)
lisp/auth-source.el
patch
|
blob
|
history
diff --git
a/lisp/auth-source.el
b/lisp/auth-source.el
index 046a685d744cd5161ca309b16e6d7e3b2f6b159e..8a425cf9bc0051826876a8dff84939983b743044 100644
(file)
--- a/
lisp/auth-source.el
+++ b/
lisp/auth-source.el
@@
-861,7
+861,7
@@
while \(:host t) would find all host entries."
secret)))
(defun auth-source-pick-first-password (&rest spec)
- "Pick the first secret found
from applying SPEC to `auth-source-search'
."
+ "Pick the first secret found
by applying 'auth-source-search' to SPEC
."
(auth-info-password (car (apply #'auth-source-search (plist-put spec :max 1)))))
(defun auth-source-format-prompt (prompt alist)